* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2012 17:23:48 +0000 (10:23 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 27 Aug 2012 17:23:48 +0000 (10:23 -0700)
commitedb7ec6ae8b5b808e17b8db46f4d367da805704b
tree671cebb09e255fe86ce8d6a61b066912ddbcab27
parent7a4ccb4fc3dd7481d8770f1be69d35d4d290c36c
* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.

* composite.c (find_composition, composition_gstring_p)
(composition_reseat_it, find_automatic_composition):
* data.c (let_shadows_buffer_binding_p)
(let_shadows_global_binding_p, set_internal, make_blv)
(Fmake_variable_buffer_local, Fmake_local_variable)
(Fmake_variable_frame_local, arithcompare, cons_to_unsigned)
(cons_to_signed, arith_driver):
* dbusbind.c (xd_in_read_queued_messages):
* dired.c (directory_files_internal, file_name_completion):
Use bool for booleans.
* dired.c (file_name_completion):
* process.h (fd_callback):
Omit int (actually boolean) argument.  It wasn't being used.
All uses changed.
* composite.h, lisp.h: Reflect above API changes.
src/ChangeLog
src/composite.c
src/composite.h
src/data.c
src/dbusbind.c
src/dired.c
src/lisp.h
src/process.c
src/process.h
src/xsmfns.c